-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
drivers: spi: gecko: Add new driver for SPI communication via EUSART #77353
drivers: spi: gecko: Add new driver for SPI communication via EUSART #77353
Conversation
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
e9ecad8
to
31e43f3
Compare
31e43f3
to
ea9dfca
Compare
8f8a9cf
to
6bd0451
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No HALisms in DT please
boards/sparkfun/thing_plus_matter_mgm240p/sparkfun_thing_plus_matter_mgm240p.dts
Show resolved
Hide resolved
6bd0451
to
1bdaaf9
Compare
1bdaaf9
to
e611ade
Compare
61690cf
to
8f2c6a3
Compare
8f2c6a3
to
2b6c892
Compare
2b6c892
to
c97d3f6
Compare
c97d3f6
to
97c58e7
Compare
Added a new driver to support SPI communication via EUSART. Since the Silabs EFR32MG24 family SoCs have only one USART, EUSART support is necessary for implementing SPI functionality. Signed-off-by: Teresa Zepeda Ventura <[email protected]>
0b2d5e9
97c58e7
to
0b2d5e9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tbursztyka could you take a look? Thanks.
Hello @gmarull Could you help me to review this pull request, please. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one minor nit, can be fixed later
bool "Gecko EUSART SPI controller driver" | ||
default y | ||
depends on DT_HAS_SILABS_GECKO_SPI_EUSART_ENABLED | ||
depends on GPIO |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
depends on GPIO | |
select GPIO |
Added a new driver to support SPI communication via EUSART. Since the Silabs
EFR32MG24 family SoCs have only one USART, EUSART support is necessary for
implementing SPI functionality.
Reference manual: https://www.silabs.com/documents/public/reference-manuals/efr32xg24-rm.pdf